notebook: Set tabs child visible before allocating a size
authorTimm Bäder <mail@baedert.org>
Sat, 22 Jul 2017 12:13:03 +0000 (14:13 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 22 Jul 2017 17:36:05 +0000 (19:36 +0200)
commit343f2d8c087d6e5bb5343d0686f3653c6af0101a
treea15b6a541bc988d9c0ed99c8f074f39b3de3ecb0
parent3b44a88ddb9143436336d247847128bcec339c70
notebook: Set tabs child visible before allocating a size

Otherwise we might skip them here, then set child-visible to TRUE and
then later snapshot them even though they have no valid size.
gtk/gtknotebook.c